home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / tm420_4.zip / AT&T.SCR < prev    next >
Text File  |  1995-06-14  |  265b  |  19 lines

  1. ;
  2. ; AT&T.SCR is a log on script file for AT&T Mail
  3. ;
  4.  
  5. string Name
  6. Name = "first last"          ; put your name here
  7.  
  8. Waitfor 0          ; wait until string matched
  9. set autostop,on
  10.  
  11. Put
  12.  
  13. Waitfor "User Name:"
  14. Put Name
  15.  
  16. Waitfor "Password:"
  17. Put "^&"
  18.  
  19.